djbuch.kapitel_19
Class AgentLogDemo

java.lang.Object
  |
  +--djbuch.kapitel_19.AgentLogDemo
All Implemented Interfaces:
java.lang.Runnable

public class AgentLogDemo
extends java.lang.Object
implements java.lang.Runnable

Author:
Thomas Ekert

Constructor Summary
AgentLogDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentLogDemo

public AgentLogDemo()
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()
Specified by:
run in interface java.lang.Runnable